﻿2026-07-29T10:43:02.6664704Z ##[group]Run actions/checkout@v5
2026-07-29T10:43:02.6665494Z with:
2026-07-29T10:43:02.6665908Z   ref: 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T10:43:02.6666398Z   fetch-depth: 1
2026-07-29T10:43:02.6666797Z   repository: BigscreenVR/spt-bs-core
2026-07-29T10:43:02.6670192Z   token: ***
2026-07-29T10:43:02.6670573Z   ssh-strict: true
2026-07-29T10:43:02.6670968Z   ssh-user: git
2026-07-29T10:43:02.6671356Z   persist-credentials: true
2026-07-29T10:43:02.6671781Z   clean: true
2026-07-29T10:43:02.6672172Z   sparse-checkout-cone-mode: true
2026-07-29T10:43:02.6672605Z   fetch-tags: false
2026-07-29T10:43:02.6672973Z   show-progress: true
2026-07-29T10:43:02.6673351Z   lfs: false
2026-07-29T10:43:02.6673704Z   submodules: false
2026-07-29T10:43:02.6674087Z   set-safe-directory: true
2026-07-29T10:43:02.6674500Z   allow-unsafe-pr-checkout: false
2026-07-29T10:43:02.6675144Z ##[endgroup]
2026-07-29T10:43:02.7492691Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T10:43:02.7494943Z ##[group]Getting Git version info
2026-07-29T10:43:02.7496173Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T10:43:02.7497664Z [command]/usr/bin/git version
2026-07-29T10:43:02.7498406Z git version 2.43.0
2026-07-29T10:43:02.7500654Z ##[endgroup]
2026-07-29T10:43:02.7510747Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f0f04d0b-99d6-4412-b84b-06f24e8fff00' before making global git config changes
2026-07-29T10:43:02.7511952Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T10:43:02.7514182Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T10:43:02.7547179Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T10:43:02.7565644Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T10:43:02.7576091Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T10:43:02.7578568Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T10:43:02.7597459Z HEAD
2026-07-29T10:43:02.7665249Z ##[endgroup]
2026-07-29T10:43:02.7666189Z [command]/usr/bin/git submodule status
2026-07-29T10:43:02.7849758Z ##[group]Cleaning the repository
2026-07-29T10:43:02.7852637Z [command]/usr/bin/git clean -ffdx
2026-07-29T10:43:04.2508567Z Removing target/
2026-07-29T10:43:04.2522175Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T10:43:04.2697282Z HEAD is now at 0ed6f0e3 Merge a5b379b9ce02912ef38ce335ac3e4b7c47a77ca1 into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T10:43:04.2703157Z ##[endgroup]
2026-07-29T10:43:04.2705198Z ##[group]Disabling automatic garbage collection
2026-07-29T10:43:04.2708533Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T10:43:04.2736206Z ##[endgroup]
2026-07-29T10:43:04.2737141Z ##[group]Setting up auth
2026-07-29T10:43:04.2741952Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T10:43:04.2768540Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T10:43:04.2967957Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T10:43:04.2994536Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T10:43:04.3185303Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T10:43:04.3211919Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T10:43:04.3407022Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T10:43:04.3436744Z ##[endgroup]
2026-07-29T10:43:04.3437831Z ##[group]Fetching the repository
2026-07-29T10:43:04.3444298Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T10:43:04.8704935Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T10:43:04.8705687Z  * branch              812d7158a207aa312a34d4b472f6b7a45cdfaeea -> FETCH_HEAD
2026-07-29T10:43:04.8725961Z ##[endgroup]
2026-07-29T10:43:04.8726502Z ##[group]Determining the checkout info
2026-07-29T10:43:04.8726954Z ##[endgroup]
2026-07-29T10:43:04.8730673Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T10:43:04.8770758Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T10:43:04.8796161Z ##[group]Checking out the ref
2026-07-29T10:43:04.8798243Z [command]/usr/bin/git checkout --progress --force 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T10:43:04.9093730Z Previous HEAD position was 0ed6f0e3 Merge a5b379b9ce02912ef38ce335ac3e4b7c47a77ca1 into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T10:43:04.9095241Z HEAD is now at 812d7158 fix(access): mint the baseline store instead of degrading closed on first load
2026-07-29T10:43:04.9104548Z ##[endgroup]
2026-07-29T10:43:04.9142429Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T10:43:04.9164337Z 812d7158a207aa312a34d4b472f6b7a45cdfaeea
